home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / disablpr / disable.txt next >
Encoding:
Text File  |  1997-08-26  |  3.8 KB  |  135 lines

  1. Disable Pro v1.6.3 BETA
  2.  
  3. ***************
  4.  
  5. Description:
  6.  
  7. ***************
  8.  
  9. Due to the large amount of coding involved in create Disable Pro v1.6.2 BETA, Documentation is not yet available for anything but the original Disable.  See the included example source code for details.
  10.  
  11. DisablePro.ocx is a 32-bit ActiveX control, that, when used in a compatible programming enviroment, can disable many features of Win95.
  12.  
  13. Description of the Controls in DisablePro.ocx:
  14.  
  15. Disable can completely disable the Win95 TaskBar, TaskSwitching (Ctrl+Esc, Alt+Tab, Ctrl+Alt+Delete), the Icon Tray, the Start Button, and the Windows 95 Desktop!
  16.  
  17. DisableStartMenu can disable certain items in the Win95 start menu, such as 'Find', 'Run', and 'ShutDown'.
  18.  
  19. DisableControlPanel can disable some key parts of the Control Panel.  For example, it can disable the 'Network', 'Passwords', and 'Display' items.
  20.  
  21. DisableMisc has several 'miscellaneous' features.  It can disable the File & Printer sharing through a network, it can hide the 'Entire Network' item in 'Network Neighborhood'.  It can also disable MSDos (well, re-booting into MSDos, anyhow), the Registry Tools, and Password Caching.  
  22.  
  23. Of course, there are many more features than those that are listed.  Soon I hope to have documentation on each one.
  24.  
  25. Please note that this version of Disable is still a BETA!  I will not accept responsibility for any damage or losses to your software or hardware! (even if it wasn't a beta, I still wouldn't accept responsibility! <g>)
  26.  
  27. For more information, please see the DisablePro page at
  28.  
  29. http://www.infinet.com/~adkins/
  30.  
  31. Thanx!
  32.  
  33. ***************
  34.  
  35. Properties Of Disable:
  36.  
  37. ***************
  38.  
  39. Name:                      | Syntax:
  40. ----------------------------------------------------------------------
  41.         
  42. DisableTaskBar            Object.DisableTaskBar = True/False    
  43.  
  44. Description:
  45.  
  46.     When set to 'True', the task bar is completely invisible to the user.But, it the startmenu can still be accessed by Ctrl+Esc, which is why
  47. I included the other property
  48.  
  49. ---
  50.  
  51. DisableIconTray              Object.DisableIconTray = True/False
  52.  
  53. Description:
  54.  
  55.     When set to 'True', the Windows 95 icon tray (on the taskbar, where the clock is) completely dissappears!
  56.  
  57. ---
  58.  
  59. DisableStartButton        Object.DisableStartButton = True/False
  60.  
  61. Description:
  62.  
  63.     When set to 'True', the Windows 95 Start button completely dissappears!
  64.  
  65. ---
  66.  
  67. DisableTaskSwitching        Object.DisableTaskSwitching = True/False    
  68.  
  69. Description:
  70.  
  71.     When set to 'True', the TaskSwitching (Ctrl+Esc, Alt+Tab, Ctrl+Alt+Delete) is completely disabled.
  72.  
  73. ---
  74.  
  75. DisableDesktop              Object.DisableDesktop = True/False
  76.  
  77. Description:
  78.  
  79.     When set to 'True', all of the Icons on your desktop are hidden, and it disables the right-click popup menu!
  80.  
  81. ---
  82.  
  83. DisableMouse                Object.DisableMouse = True/False
  84.  
  85. Description:
  86.  
  87.     When set to true, the mouse is completely disabled!  The user cannot move the mouse whatsoever!
  88.  
  89. ---
  90.  
  91. DisableScreenSaver            object.DisableScreenSaver = True/False
  92.  
  93. Description:
  94.     
  95.     This property will disable or re-enable the Win95 screen saver
  96.  
  97. ---
  98.  
  99. ForceShutDown                Object.ForceShutDown
  100.  
  101. Description:
  102.     
  103.     This sub will *force* the computer to shut down, pretty cool, uh?
  104.  
  105. ---
  106.  
  107. ForceReboot                Object.ForceReboot
  108.  
  109. Description:
  110.     
  111.     This sub will *force* the computer to reboot. (at least, it should)
  112.  
  113. ***************
  114.  
  115. Price & Registration:
  116.  
  117. ***************
  118.  
  119. This program is shareware, the price:  One email (send to adkins@infinet.com) that includes:
  120.  
  121. 1) Your Name, and Email Address
  122.  
  123. 2) How you like it
  124.  
  125. 3) any bugs you have found
  126.  
  127. 4) any ways you thought of to improve it
  128.  
  129. Pretty cheap, isn't it?  If you have any questions/comments/flames please feel free to send them to adkins@infinet.com
  130.  
  131. For the latest version, please point your browsers to http://www.infinet.com/~adkins 
  132.  
  133. Thanks for trying out my program!
  134.  
  135.